Skip to content

[IMP] awesome_owl : Adding Counter + Adding Card + Adding TodoList #797

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: 18.0
Choose a base branch
from

Conversation

coco2299
Copy link

I added a Counter Component with a button that I made reusable as a Subcomponent.

I added a Card component that can display content and add a show/hide option.

I added a TodoList with TodoItem.
I can create new todoItem using an input that detect Enter key. The todoItem can be marked as completed.
It can also be remove.

I implement some Props validation for each props for each component.

I added a sum system for the Counter.

I added a Counter Component with a button that I made reusable as a Subcomponent.

I added a Card component that can display content and add a show/hide option.

I added a TodoList with TodoItem.
I can create new todoItem using an input that detect Enter key.
The todoItem can be marked as completed.
It can also be remove.

I implement some Props validation for each props for each component.

I added a sum system for the Counter.
@robodoo
Copy link

robodoo commented May 26, 2025

Pull request status dashboard

…hartCard) + Implementing dashboard configuration

I added a Layout for the dashboard.

I added some buttons for quick navigations to leads and customers.

I added some dashboard items of 2 types : NumberCard and PieChartCard.

I added a service call to fetch statistics data and a cache system.
The data are fetched each 10 seconds.

All the dashboard is lazy_loaded.

The dashboard is generic so you can easily adapt it. It is possible to select the items you want to see using the configuration Dialog.

The texts are translatables.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants